body{
background: url(..\images\bg.gif);
}

#TextContainer{
	padding: 15;
	text-align: justify;
}
.TitleLevelOne{
	font-family: "Times New Roman", Times, serif;
	font-size: 28;
	color: Navy;
	text-align: right;
	word-spacing: 5px;
	font-weight: 900;
	font-style: italic;
}
.TitleLevelTwo{
	font-family: sans-serif;
	font-size: 24;
	color: Navy;
	text-align: right;
	word-spacing: 5px;
}
.TitleLevelFor{
	font-family: sans-serif;
	font-size: 18;
	color: Navy;
	text-align: left;
	word-spacing: 5px;
}

.Paragraph{
	font-family: serif;
	font-size: 18;
	text-align: justify;
}

.lnk{
	font-family: serif;
	font-size: 18;
	color: Navy;
	cursor: hand;
	font-weight : bolder;
}
table{
	font-family: serif;
	font-size: 16;
}
ul{
	font-family: serif;
	font-size: 18;
}
ol{
	font-family: serif;
	font-size: 18;
}